Name | Description | |
---|---|---|
![]() | PropertyState<T> Constructor | Initializes the instance with its default attribute values. |
The following tables list the members exposed by PropertyState<T>.
Name | Description | |
---|---|---|
![]() | PropertyState<T> Constructor | Initializes the instance with its default attribute values. |
Name | Description | |
---|---|---|
![]() | OnConditionRefresh | Called when ClearChangeMasks is called and the ChangeMask is not None. (Inherited from Opc.Ua.NodeState) |
![]() | OnCreateBrowser | Called after the CreateBrowser method is called. (Inherited from PropertyState) |
![]() | OnPopulateBrowser | Called after the PopulateBrowser method is called. (Inherited from PropertyState) |
![]() | OnReadAccessLevel | Raised when the AccessLevel attribute is read. (Inherited from PropertyState) |
![]() | OnReadAccessLevelEx | Raised when the AccessLevelEx attribute is read. (Inherited from PropertyState) |
![]() | OnReadAccessRestrictions | Called when the AccessRestrictions attribute is read. (Inherited from PropertyState) |
![]() | OnReadArrayDimensions | Raised when the ArrayDimensions attribute is read. (Inherited from PropertyState) |
![]() | OnReadBrowseName | Called when the BrowseName attribute is read. (Inherited from PropertyState) |
![]() | OnReadDataType | Raised when the DataType attribute is read. (Inherited from PropertyState) |
![]() | OnReadDescription | Called when the Description attribute is read. (Inherited from PropertyState) |
![]() | OnReadDisplayName | Called when the DisplayName attribute is read. (Inherited from PropertyState) |
![]() | OnReadHistorizing | Raised when the Historizing attribute is read. (Inherited from PropertyState) |
![]() | OnReadMinimumSamplingInterval | Raised when the MinimumSamplingInterval attribute is read. (Inherited from PropertyState) |
![]() | OnReadNodeClass | Called when the NodeClass attribute is read. (Inherited from PropertyState) |
![]() | OnReadNodeId | Called when the NodeId attribute is read. (Inherited from PropertyState) |
![]() | OnReadRolePermissions | Called when the RolePermissions attribute is read. (Inherited from PropertyState) |
![]() | OnReadUserAccessLevel | Raised when the UserAccessLevel attribute is read. (Inherited from PropertyState) |
![]() | OnReadUserRolePermissions | Called when the UserRolePermissions attribute is read. (Inherited from PropertyState) |
![]() | OnReadUserWriteMask | Called when the UserWriteMask attribute is read. (Inherited from PropertyState) |
![]() | OnReadValue | Raised when the Value attribute is read. (Inherited from PropertyState) |
![]() | OnReadValueRank | Raised when the ValueRank attribute is read. (Inherited from PropertyState) |
![]() | OnReadWriteMask | Called when the WriteMask attribute is read. (Inherited from PropertyState) |
![]() | OnReferenceAdded | Called when a reference gets added to the node (Inherited from PropertyState) |
![]() | OnReferenceRemoved | Called when a reference gets removed from the node (Inherited from PropertyState) |
![]() | OnReportEvent | Called when a node produces an event that needs to be reported. (Inherited from PropertyState) |
![]() | OnSimpleReadValue | Raised when the Value attribute is read. (Inherited from PropertyState) |
![]() | OnSimpleWriteValue | Raised when the Value attribute is written. (Inherited from PropertyState) |
![]() | OnStateChanged | Called when ClearChangeMasks is called and the ChangeMask is not None. (Inherited from PropertyState) |
![]() | OnValidate | Called when the Validate method is called (Inherited from PropertyState) |
![]() | OnWriteAccessLevel | Raised when the AccessLevel attribute is written. (Inherited from PropertyState) |
![]() | OnWriteAccessLevelEx | Raised when the AccessLevelEx attribute is written. (Inherited from PropertyState) |
![]() | OnWriteAccessRestrictions | Called when the AccessRestrictions attribute is written. (Inherited from PropertyState) |
![]() | OnWriteArrayDimensions | Raised when the ArrayDimensions attribute is written. (Inherited from PropertyState) |
![]() | OnWriteBrowseName | Called when the BrowseName attribute is written. (Inherited from PropertyState) |
![]() | OnWriteDataType | Raised when the DataType attribute is written. (Inherited from PropertyState) |
![]() | OnWriteDescription | Called when the Description attribute is written. (Inherited from PropertyState) |
![]() | OnWriteDisplayName | Called when the DisplayName attribute is written. (Inherited from PropertyState) |
![]() | OnWriteHistorizing | Raised when the Historizing attribute is written. (Inherited from PropertyState) |
![]() | OnWriteMinimumSamplingInterval | Raised when the MinimumSamplingInterval attribute is written. (Inherited from PropertyState) |
![]() | OnWriteNodeClass | Called when the NodeClass attribute is written. (Inherited from PropertyState) |
![]() | OnWriteNodeId | Called when the NodeId attribute is written. (Inherited from PropertyState) |
![]() | OnWriteRolePermissions | Called when the RolePermissions attribute is written. (Inherited from PropertyState) |
![]() | OnWriteUserAccessLevel | Raised when the UserAccessLevel attribute is written. (Inherited from PropertyState) |
![]() | OnWriteUserRolePermissions | Called when the UserRolePermissions attribute is written. (Inherited from PropertyState) |
![]() | OnWriteUserWriteMask | Called when the UserWriteMask attribute is written. (Inherited from PropertyState) |
![]() | OnWriteValue | Raised when the Value attribute is written. (Inherited from PropertyState) |
![]() | OnWriteValueRank | Raised when the ValueRank attribute is written. (Inherited from PropertyState) |
![]() | OnWriteWriteMask | Called when the WriteMask attribute is written. (Inherited from PropertyState) |
Name | Description | |
---|---|---|
![]() | m_changeMasks | Indicates what has changed in the node. (Inherited from Opc.Ua.NodeState) |
![]() | m_children | A list of children of the node. (Inherited from PropertyState) |
Name | Description | |
---|---|---|
![]() | AccessLevel | The type of access available for the variable. (Inherited from Opc.Ua.BaseVariableState) |
![]() | AccessLevelEx | A bit mask specifying how the value may be accessed. (Inherited from PropertyState) |
![]() | AccessRestrictions | Specifies a mask indicating any access restrictions that apply to the node. (Inherited from PropertyState) |
![]() | AreEventsMonitored | True if events produced by the instance are being monitored. (Inherited from PropertyState) |
![]() | ArrayDimensions | The number of dimensions for an array values with one or more fixed dimensions. (Inherited from PropertyState) |
![]() | BrowseName | The browse name of the node. (Inherited from PropertyState) |
![]() | Categories | The categories assigned to the node. (Inherited from PropertyState) |
![]() | ChangeMasks | What has changed in the node since ClearChangeMasks was last called. (Inherited from PropertyState) |
![]() | CopyPolicy | The behavior to use when reading or writing all or part of the object. (Inherited from PropertyState) |
![]() | DataType | The data type for the variable value. (Inherited from PropertyState) |
![]() | Description | The localized description for the node. (Inherited from PropertyState) |
![]() | DisplayName | The display name for the node. (Inherited from PropertyState) |
![]() | Extensions | Gets or sets the extensions of the node set. Property used when importing NodeSet2.xml files. (Inherited from PropertyState) |
![]() | Handle | An arbitrary handle associated with the node. (Inherited from PropertyState) |
![]() | Historizing | Whether the server is archiving the value of the variable. (Inherited from PropertyState) |
![]() | Initialized | True if the node and its children have been initialized. (Inherited from PropertyState) |
![]() | IsValueType | Whether the value can be set to null. (Inherited from PropertyState) |
![]() | MinimumSamplingInterval | The minimum sampling interval supported by the variable. (Inherited from PropertyState) |
![]() | ModellingRuleId | The modelling rule assigned to the instance. (Inherited from PropertyState) |
![]() | NodeClass | The class for the node. (Inherited from PropertyState) |
![]() | NodeId | The identifier for the node. (Inherited from PropertyState) |
![]() | NodeSetDocumentation | The documentation for the node that is saved in the NodeSet. (Inherited from PropertyState) |
![]() | NumericId | A numeric identifier for the instance that is unique within the parent. (Inherited from PropertyState) |
![]() | Parent | The parent node. (Inherited from PropertyState) |
![]() | ReferenceTypeId | The type of reference from the parent node to the instance. (Inherited from PropertyState) |
![]() | ReleaseStatus | The release status for the node. (Inherited from PropertyState) |
![]() | RolePermissions | Specifies a list of permissions for the node assigned to roles. (Inherited from PropertyState) |
![]() | Specification | The specification that defines the node. (Inherited from PropertyState) |
![]() | StatusCode | The status code associated with the variable value. (Inherited from PropertyState) |
![]() | SymbolicName | A symbolic name for the node that is not expected to be globally unique. (Inherited from PropertyState) |
![]() | Timestamp | The timestamp associated with the variable value. (Inherited from PropertyState) |
![]() | TypeDefinitionId | The identifier for the type definition node. (Inherited from PropertyState) |
![]() | UserAccessLevel | The type of access granted to the current user. (Inherited from PropertyState) |
![]() | UserRolePermissions | Specifies a list of permissions for the node assigned to roles for the current user. (Inherited from PropertyState) |
![]() | UserWriteMask | Specifies which attributes are writeable for the current user. (Inherited from PropertyState) |
![]() | ValidationRequired | True if the node must be validated with the underlying system before use. (Inherited from PropertyState) |
![]() | Value | The value of the variable. |
![]() | ValueRank | The number of array dimensions permitted for the variable value. (Inherited from PropertyState) |
![]() | WrappedValue | The value of the variable as a Variant. (Inherited from PropertyState) |
![]() | WriteMask | Specifies which attributes are writeable. (Inherited from PropertyState) |
Name | Description | |
---|---|---|
![]() | AddChild | Adds a child to the node. (Inherited from Opc.Ua.NodeState) |
![]() | AddNotifier | Adds a notifier relationship to the node. (Inherited from PropertyState) |
![]() | AddProperty<T> | Creates a property and adds it to the node. (Inherited from PropertyState) |
![]() | AddReference | Adds a reference. (Inherited from PropertyState) |
![]() | AddReferences | Adds a list of references (ignores duplicates). (Inherited from PropertyState) |
![]() | AssignNodeIds | Recursively assigns NodeIds to the node and its children. (Inherited from PropertyState) |
![]() | ClearChangeMasks | Clears the change masks. (Inherited from PropertyState) |
![]() | Clone | (Inherited from PropertyState) |
![]() | ConditionRefresh | Returns the last event produced for any conditions belonging to the node or its chilren. (Inherited from PropertyState) |
![]() | Create | Overloaded. Creates a node with default values and assigns new node ids to it and all children. (Inherited from PropertyState) |
![]() | CreateBrowser | Creates a browser for the entity references. (Inherited from PropertyState) |
![]() | CreateChild | Finds or creates the child with the specified browse name. (Inherited from PropertyState) |
![]() | Delete | Deletes an instance and its children (calls OnStateChange callback for each node). (Inherited from PropertyState) |
![]() | Dispose | Overloaded. An overrideable version of the Dispose. (Inherited from PropertyState) |
![]() | Export | Overloaded. Exports a copy of the node to a node table. (Inherited from PropertyState) |
![]() | FindChild | Overloaded. Finds the child with the specified browse name (Inherited from PropertyState) |
![]() | FindChildBySymbolicName | Finds the child by a path constructed from the symbolic names. (Inherited from PropertyState) |
![]() | FindMethod | Returns the method with the specified NodeId or MethodDeclarationId. (Inherited from PropertyState) |
![]() | GetAttributesToSave | Returns a mask which indicates which attributes have non-default value. (Inherited from PropertyState) |
![]() | GetAttributeValue | (Inherited from PropertyState) |
![]() | GetChildren | Populates a list with the children that belong to the node. (Inherited from PropertyState) |
![]() | GetDefaultTypeDefinitionId | Overloaded. Returns the id of the default type definition node for the instance. (Inherited from PropertyState) |
![]() | GetDisplayPath | Overloaded. Gets a display path for the node. (Inherited from PropertyState) |
![]() | GetDisplayText | Gets a display text for the node. (Inherited from PropertyState) |
![]() | GetHierarchyReferences | Populates a table with all references in the hierarchy. (Inherited from PropertyState) |
![]() | GetHierarchyRoot | Returns the root node if the node is part of an instance hierarchy. (Inherited from PropertyState) |
![]() | GetInstanceHierarchy | Populates a table with all nodes in the hierarchy. (Inherited from PropertyState) |
![]() | GetNotifiers | Overloaded. Populates a list with the notifiers that belong to the node. (Inherited from PropertyState) |
![]() | GetReferences | Overloaded. Populates a list with the non-child related references that belong to the node. (Inherited from PropertyState) |
![]() | Initialize | Overloaded. Overridden. When overridden in a derived class, iinitializes the instance with the default values. |
![]() | IsTypeOf | (Inherited from PropertyState) |
![]() | LoadAsBinary | Loads the node from a binary stream. (Inherited from PropertyState) |
![]() | LoadFromXml | Overloaded. Initializes the node from XML in a stream. (Inherited from PropertyState) |
![]() | MemberwiseClone | Makes a copy of the node and all children. (Inherited from PropertyState) |
![]() | ReadAttribute | Reads the value of an attribute. (Inherited from PropertyState) |
![]() | ReadAttributes | Reads the values for a set of attributes. (Inherited from PropertyState) |
![]() | ReadChildAttribute | Reads the attribute of the child node. (Inherited from PropertyState) |
![]() | ReferenceExists | Returns true if the reference exists. (Inherited from PropertyState) |
![]() | RemoveChild | Removes a child from the node. (Inherited from PropertyState) |
![]() | RemoveNotifier | Removes a notifier relationship from the node. (Inherited from PropertyState) |
![]() | RemoveReference | Removes a reference. (Inherited from PropertyState) |
![]() | RemoveReferences | Removes all references of the specified type. (Inherited from PropertyState) |
![]() | ReplaceChild | Creates or replaces the child with the same browse name. (Inherited from PropertyState) |
![]() | ReportEvent | Reports an event produced by the node. (Inherited from PropertyState) |
![]() | Save | Overloaded. Saves the attributes from the stream. (Inherited from PropertyState) |
![]() | SaveAsBinary | Overloaded. Saves the node in a binary stream. (Inherited from PropertyState) |
![]() | SaveAsXml | Overloaded. Saves the node as XML in a stream. (Inherited from PropertyState) |
![]() | SaveChildren | Overloaded. Saves the children in a binary stream. (Inherited from PropertyState) |
![]() | SaveReferences | Overloaded. Saves the reference table in a binary stream. (Inherited from PropertyState) |
![]() | SetAreEventsMonitored | Sets the flag which indicates whether event are being monitored for the instance and its children. (Inherited from PropertyState) |
![]() | SetChildValue | Overloaded. Finds the child with the specified browse and assigns the values from any variables in the hierachy of the source. (Inherited from PropertyState) |
![]() | SetMinimumSamplingInterval | Sets the minimum sampling interval for the node an all of its child variables.. (Inherited from PropertyState) |
![]() | SetStatusCode | Recusively sets the status code and timestamp for the node and all child variables. (Inherited from PropertyState) |
![]() | ToString | Overloaded. Returns a string that represents the current object. (Inherited from PropertyState) |
![]() | Update | Overloaded. Updates the attributes from the stream. (Inherited from PropertyState) |
![]() | UpdateChangeMasks | Sets the specified bits in the change masks (ORs with the current bits). (Inherited from PropertyState) |
![]() | UpdateChildren | Overloaded. Loads the children from a binary stream. (Inherited from PropertyState) |
![]() | UpdateReferences | Overloaded. Loads the reference table from a binary stream. (Inherited from PropertyState) |
![]() | UpdateReferenceTargets | Recursively updates the targets of references. (Inherited from PropertyState) |
![]() | UpdateValues | Updates the node with the values from an event notification. (Inherited from PropertyState) |
![]() | Validate | Verifies that the node represents a valid node. (Inherited from PropertyState) |
![]() | WriteAttribute | Writes the specified attribute value. (Inherited from PropertyState) |
![]() | WriteChildAttribute | Writes the value of the child attribute. (Inherited from PropertyState) |
Name | Description | |
---|---|---|
![]() | CloneChildren | Makes a copy of all children. Children must implement MemberwiseClone or ICloneable. (Inherited from Opc.Ua.NodeState) |
![]() | ExtractValueFromVariant | Overloaded. Overridden. Converts a values contained in a variant to the value defined for the variable. |
![]() | GetDefaultDataTypeId | If overridden returns the id of the default data type node for the instance. (Inherited from PropertyState) |
![]() | GetDefaultValueRank | If overridden returns the id of the default value rank for the instance. (Inherited from PropertyState) |
![]() | InitializeOptionalChildren | When overridden in a derived class, initializes the any option children defined for the instance. (Inherited from PropertyState) |
![]() | OnAfterCreate | Called after a node is created. (Inherited from PropertyState) |
![]() | OnAfterDelete | Called after the object is deleted. (Inherited from PropertyState) |
![]() | OnBeforeAssignNodeIds | Called before the ids are assigned to the node and its children. (Inherited from PropertyState) |
![]() | OnBeforeCreate | Called before a node is created. (Inherited from PropertyState) |
![]() | OnBeforeDelete | Called before the node is deleted. (Inherited from PropertyState) |
![]() | PopulateBrowser | Populates the browser with references that meet the criteria. (Inherited from PropertyState) |
![]() | ReadNonValueAttribute | Reads the value for any non-value attribute. (Inherited from PropertyState) |
![]() | ReadValueAttribute | When overridden in a derived class, iReads the value for the value attribute. (Inherited from PropertyState) |
![]() | UpdateChild | Overloaded. Reads attributes for the next child found in the stream. (Inherited from PropertyState) |
![]() | WriteNonValueAttribute | Write the value for any non-value attribute. (Inherited from PropertyState) |
![]() | WriteValueAttribute | Write the value for the value attribute. (Inherited from PropertyState) |
Name | Description | |
---|---|---|
![]() | StateChanged | An event which allows multiple sinks to be notified when the OnStateChanged callback is called. (Inherited from Opc.Ua.NodeState) |